Exmaple Author: Tegan Snyder

This example use a wonderfull control developed by Steve McMahon from Vb Accelerator
check out his site at http://www.vbaccelerator.com


You need to download the following ocx from VB Accelerator to run this project.

http://www.vbaccelerator.com/home/VB/Code/Controls/S_Grid_2/S_Grid_2/VB6_SGrid_2_Binary.zip

Extract the zip file and copy vbalSGrid6.ocx to you C:\windows\system32 directory.

Open up command prompt (Start-Run-"cmd.exe")
 type regsvr32 C:\windows\system32\vbalSGrid6.ocx





If you system doesn't have the runtime dll "ssubtmr6.dll" you will also need to download this from VB Accelerator.

http://www.vbaccelerator.com/home/VB/Code/Libraries/Subclassing/SSubTimer/VB6_SSubTmr_Binary.asp

Extract the zip file and copy ssubtmr6.dll to you C:\windows\system32 directory.

open command prompt
 type regsvr32 C:\windows\system32\ssubtmr6.dll